home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / rocketcar2.swf / scripts / frame_14 / PlaceObject2_466_375 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2008-09-24  |  227 b   |  14 lines

  1. onClipEvent(enterFrame){
  2.    _X = _root.car._x;
  3.    _Y = _root.car._y;
  4.    _rotation = _root.car.Angle;
  5.    if(_root.zoom)
  6.    {
  7.       _visible = false;
  8.    }
  9.    if(_root.car.dead)
  10.    {
  11.       this.gotoAndStop(2);
  12.    }
  13. }
  14.